Skip to main content
POST
Get ad-unit metrics by ad source

Authorizations

Authorization
string
header
required

Bearer authentication. Pass the access token in the Authorization: Bearer <token> header.

Body

application/json

Query model for retrieving ad unit (formerly placement) metrics.

ad_unit_id
string<uuid>
required

The ad unit ID to query metrics for

from_datetime
string<date-time>
required
to_datetime
string<date-time>
required
interval
enum<string> | null
default:daily
Available options:
hourly,
daily,
weekly,
monthly
timezone
string
default:Asia/Seoul

Response

Successful Response

timeseries
AdSourceHourlyMetricSchema · object[]
required
total
AdSourceMetricBaseSchema · object
required

Schema for base ad source metric entity.